home *** CD-ROM | disk | FTP | other *** search
/ Jasper Idol Series 1: Taeko Nishino / Jasper Idol Series 1: Taeko Nishino - Disc 2.iso / DATA / PHOTO-N / 00033.ls < prev    next >
Encoding:
Text File  |  1995-06-18  |  1.2 KB  |  55 lines

  1. on CHECKM
  2.   global XXX
  3.   if the soundBusy of 1 = 1 then
  4.     nothing()
  5.   else
  6.     sound playFile 1, XXX
  7.   end if
  8. end
  9.  
  10. on cursorset
  11.   cursor(-1)
  12.   set the cursor of sprite 7 to 280
  13.   set the cursor of sprite 8 to 280
  14.   set the cursor of sprite 9 to 280
  15.   set the cursor of sprite 10 to 280
  16.   set the cursor of sprite 14 to 280
  17.   set the cursor of sprite 15 to 280
  18.   set the cursor of sprite 16 to 280
  19.   set the cursor of sprite 17 to 280
  20. end
  21.  
  22. on cursorset2
  23.   cursor(-1)
  24.   set the cursor of sprite 7 to 280
  25.   set the cursor of sprite 8 to 280
  26.   set the cursor of sprite 9 to 280
  27.   set the cursor of sprite 10 to 280
  28.   set the cursor of sprite 11 to 280
  29.   set the cursor of sprite 12 to 280
  30.   set the cursor of sprite 13 to 280
  31.   set the cursor of sprite 14 to 280
  32.   set the cursor of sprite 15 to 280
  33.   set the cursor of sprite 16 to 280
  34. end
  35.  
  36. on Scheck
  37.   if the volume of sound 1 = 0 then
  38.     go("SL0")
  39.   else
  40.     if the volume of sound 1 = 100 then
  41.       go("SL2")
  42.     else
  43.       if the volume of sound 1 = 180 then
  44.         go("SL4")
  45.       else
  46.         if the volume of sound 1 = 250 then
  47.           go("SL6")
  48.         else
  49.           go(the frame)
  50.         end if
  51.       end if
  52.     end if
  53.   end if
  54. end
  55.